home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / TAWUG / TAWUG Disk No. 25 (SHK) / TAWUG.25.shk / ASOFT.HEX (.txt) < prev    next >
AppleWorks Document  |  1986-02-26  |  1KB  |  13 lines

  1. O===============|========================|======================================
  2. FORMAT OF AppleSoft IN MEMORY
  3. Location       Hex                      Note:
  4. 0800           00                       Break at the beginning of every lineM
  5. 0801-0802      aa bb                    pointer to next ASoft line at $bbaaD
  6. 0803-0804      cc dd                    line number in Hex -  ddccD
  7. 0805 ->                                 tokens or ASCII charactersD
  8.    :                                    note: numbers are in ASCII
  9.    :N
  10. bba(a-1)       00                       Break at the beginning of every lineM
  11. bbaa-bba(a+1)  ee ff                    pointer to next ASoft line at $ffeeC
  12.                                         (00 00 if END of program)
  13.